Intersoft WebTextEditor Documentation
Server-side events
See Also Send Feedback
Intersoft WebTextEditor > WebFileUploader > Features > Server-side events

Glossary Item Box

In addition to client-side events, WebFileUploader also provides comprehensive server-side events, making it easy for developers to customize and extend the control with additional processing on certain event.

WebFileUploader is designed with sophisticated architecture that enables server-side events to be raised properly, although WebFileUploader doesn't have direct access to the Page object due to the nature of its architecture that used more advanced HttpModule/HttpHandler technology instead of old-fashioned AJAX.

The following lists server-side events available in WebFileUploader.

All server-side events receive WebFileUploaderFileEventArgs parameter that contains information about an upload file in the context.

 


The WebFileUploadInfo object provides complete information about an upload file,
such as file name, status, error message and more.


The following C# example shows how to move the uploaded file to another folder after a successful file upload.

See Also

©2013. All Rights Reserved.